home *** CD-ROM | disk | FTP | other *** search
- G4C
-
- ; pop-up gui for help bubles
-
- winbig 0 0 200 14 ''
- wintype 000010
- resinfo 8 640 256
- winonmouse 30 12
-
- xOnLoad text
- gosub #this Display
-
- xOnReload text
- guiclose #this ; show in other place
- gosub #this Display
-
- xOnRMB
- guiclose #this
-
- xRoutine Display
- info variable text
- width = $(($$var.length * 8) + 6) ; using 8 point font..
- changearg #this 0 2 $width ; window width
- guiopen #this
- changearg #this 1 2 $width ; change text width
- redraw #this
- update #this 1 '$text'
-
- TEXT 0 0 0 0 '' 100 box
- gadid 1
-
-
-
-